@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.ttf');
}

body {
    width: 100%;
    overflow-x: hidden;
}

.ArialMT {
    font-family: 'ArialMT';
    font-variant-numeric: tabular-nums;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*home-start*/
.home-bj {
    width: 100%;
    height: auto;
    position: relative;
}

.main-logo img {
    width: 390px;
    height: 50px;
    margin-top: 25px;
}

.main-logo .service-title {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
    letter-spacing: 0;
    padding-left: 200px;
}

.home-menu li a.main {
    color: #fff;
}

.scrolled .home-menu li a.main {
    color: #333;
}

.scrolled .home-menu li.active a.main {
    color: #DD3211;
}

.scrolled .home-menu li:hover a.main {
    color: #DD3211;
}

.home-main-top {
    border-bottom: 1px solid rgba(233, 233, 233, 0.1)!important;
}

.nav-main{
    width: 100%;
    height: 90px;
    background-color: #fff;
}

.logo {
    width: 163px;
    height: 48px;
    background: url("../images/logo.svg") left center no-repeat;
    margin-top: 20px;
}

.scrolled .logo {
    background: url("../images/logo.svg") left center no-repeat;
}

.main-fund-content {}

.main-fund-head {
    position: relative;
}

.main-fund-lists {
    background: #FFFFFF;
    border-radius: 6px;
}

.main-fund-lists .title {
    height: 58px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 58px;
}

.news-kan {
    width: 834px;
    /* height: 410px; */
}

.news-pi {
    width: 336px;
    /* height: 410px; */
}

.pi-after {
    position: relative;
}

.pi-after:after {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #BD9126;;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.news-kan .news-kan-list {
    width: 100%;
    height: 332px;
    margin-top: 15px;
    background: #FFFFFF;
    border-radius: 6px;
}

.news-kan .news-kan-list .news-kan-item {
    float: left;
    width: 277px;
    height: 332px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}
.news-kan-item-line {
    float: left;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.04);
}
.news-kan .news-kan-list .news-kan-item:hover {
    background: url("../images/news-bg@2x.png") no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 6px;
    -webkit-animation-name: boxShadow;
    animation-name: boxShadow;
    animation-delay: 0s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.news-kan .news-kan-list .news-kan-item:hover + .news-kan-item-line {
    background-color: #ffffff;
}

@keyframes boxShadow {
    0% {
        box-shadow: none;
    }
    100% {
        box-shadow: 0 6px 14px 0 rgba(255,81,47,0.50);
    }
}


.news-kan-item-avatar {
    margin: 0 auto;
    width: 278px;
    margin-top: 40px;
}
.news-kan-item-avatar img{
    width: 112px;
    height: 112px;
}
.news-kan-item-label {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #434A54;
    letter-spacing: 0;
}
.news-kan-item:hover .news-kan-item-label {
    color: #FFFFFF;
}
.news-kan-item-name {
    margin-top: 18px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #434A54;
    letter-spacing: 0;
}
.news-kan-item:hover .news-kan-item-name {
    color: #FFFFFF;
}
.news-kan-item-content {
    width: 208px;
    height: 72px;
    position: absolute;
    top: 229px;
    left: 36px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 微软雅黑, sans-serif;
    color: black;
    line-height: 175%;
}

.news-kan-item:hover .news-kan-item-content {
    color: #FFFFFF;
}

.news-pi .news-pi-list {
    cursor: pointer;
    width: 336xp;
    height: 332px;
    margin-top: 15px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 14px 0;
    box-sizing: border-box;
}

.news-pi-item {
    height: 76px;
    padding-left: 152px;
    font-size: 18px;
    line-height: 76px;
    color: #434A54;
    letter-spacing: 0;
    position: relative;
    transition: all 0.5s;
}
.news-pi-item a {
    color: #434A54;
}

.news-pi-item:hover {
    background: #FFFFFF;
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
    border-radius: 6px;
    color: #DD3211;
}
.news-pi-item:hover a{
    color: #DD3211;
}

.news-pi-item-logo1 {
    position: absolute;
    content: " ";
    top: 8px;
    left: 52px;
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/college1.svg) no-repeat;
}
.news-pi-item:hover .news-pi-item-logo1 {
    background: url(../images/college2.svg) no-repeat;
}

.news-pi-item-logo2 {
    position: absolute;
    content: " ";
    top: 8px;
    left: 52px;
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/college3.svg) no-repeat;
}
.news-pi-item:hover .news-pi-item-logo2 {
    background: url(../images/college4.svg) no-repeat;
}

.news-pi-item-logo3 {
    position: absolute;
    content: " ";
    top: 8px;
    left: 52px;
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/college5.svg) no-repeat;
}
.news-pi-item:hover .news-pi-item-logo3 {
    background: url(../images/college6.svg) no-repeat;
}

.news-pi-item-logo4 {
    position: absolute;
    content: " ";
    top: 8px;
    left: 52px;
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/college7.svg) no-repeat;
}
.news-pi-item:hover .news-pi-item-logo4 {
    background: url(../images/college8.svg) no-repeat;
}

.main-tips {
    margin-top: 20px;
    background: #FFFFFF;
    height: 50px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 50px;
    color: #3F51B5;
    letter-spacing: 0;
    box-sizing: border-box;
}

.link-box {
    background: #f3f6f8;
    margin-top: -30px;
}

.main-top-wrap {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:  #AAAAAA;
    z-index: 20;
}

.main-top-wrap .main-top-app a,
.main-top-wrap .main-top-help a,
.main-top-wrap .main-top-weibo a {
    margin: 0 12px;
    color:  #AAAAAA;
}

.main-top-wrap .main-top-app {
    position: relative;
    display: inline-block;
}

.main-top-app-img {
    position: absolute;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06), 0 10px 15px 0 rgba(0,0,0,0.04);
    box-sizing: border-box;
    right: -15px;
    bottom: -124px;
    width: 118px;
    height: 118px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.main-top-wrap .main-top-app a:hover,
.main-top-wrap .main-top-help a:hover,
.main-top-wrap .main-top-weibo a:hover {
    color: #3F51B5;
}
.main-top-wrap .main-top-app a:hover .main-top-app-img {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.main-top-app-img::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    content: "";
    top: -10px;
    left: 55px;
}

.main-top-wrap .main-top-tel {
    margin-left: 60px;
    color: #3F51B5;
    letter-spacing: 0;
    position: relative;
}

.main-top-wrap .main-top-tel::before {
    position: absolute;
    content: " ";
    top: 3px;
    left: -20px;
    display: block;
    height: 14px;
    width: 14px;
    background: url(../images/phone-ico.svg) no-repeat;
    background-size: 100%;
}

.main-top-wrap .m-menu-link li {
    float: left;
    line-height: 42px;
    margin: 0 38px 0 0;
}

.search-pro-box {
    position: absolute;
    top: 0;
    right: 0;
}

.search-pro-box .search-input {
    width: 248px;
    height: 30px;
    margin-top: 6px;
    padding: 0 30px 0 10px;
    color: #fff;
    background: rgb(255, 255, 255) url(../images/search-ico.png) no-repeat top 5px right 5px;
    background: rgba(255, 255, 255, 0.2) url(../images/search-ico.png) no-repeat top 5px right 5px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
    border: none;
    box-sizing: border-box;
    vertical-align: top;
}

.search-pro-box-two .search-input {
    width: 248px;
    height: 30px;
    margin-top: 6px;
    padding: 0 30px 0 10px;
    color: #333;
    background: #efefef url(../images/search-ico-two.png) no-repeat top 5px right 5px;
    border: none;
    box-sizing: border-box;
    vertical-align: top;
}
.main-menu-wrap li {
    float: left;
    height: 90px;
    position: relative;
}

.main-menu-wrap li a.main {
    position: relative;
    display: block;
    margin-left:30px;
    font-size: 16px;
    color: #333;
    width: 64px;
    height: 90px;
    text-align: center;
}

.home-menu li a.main {
    color: #333;
    line-height: 90px;
}

.main-menu-wrap li.active a.main {
    color: #DD0010;
}

.main-menu-wrap li.active a.main:after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 40px;
    height: 3px;
    border-radius: 1.5px;
    left:50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E50012;
    display: block;
}

.main-menu-wrap li a.main:after {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 3px;
    border-radius: 1.5px;
    left:50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E50012;
    display: block;
    width: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.main-menu-wrap li.active a.main:hover:after {
    width: 40px;
}

.main-menu-wrap li a.main:hover {
    color: #DD0010;
}

.main-menu-wrap li:hover a.main:after {
    width: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.main-menu-wrap .main-top-tel {
    margin-left: 80px;
    font-weight: bold;
    font-size: 14px;
    line-height: 90px;
    color: #DD3211;
    letter-spacing: 0;
    position: relative;
}

.main-menu-wrap .main-top-tel::before {
    position: absolute;
    content: " ";
    top: 3px;
    left: -20px;
    display: block;
    height: 14px;
    width: 14px;
    background: url(../images/phone-ico.png) no-repeat;
    background-size: 100%;
}

.main-search {
    width: 190px;
    height: 32px;
    border: 1px solid #CCCCCC;
    margin-top: 29px;
    margin-left: 40px;
    margin-right: 1px;
}
.main-search-type {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 32px;
    background-color: #F6F6F6;
    width: 54px;
    font-size: 13px;
    line-height: 32px;
    color: #434A54;
    letter-spacing: 0;
    padding-left: 8px;
    box-sizing: border-box;
}
.main-search-type::after {
    position: absolute;
    top: 12px;
    right: 6px;
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    background: url(../images/arrow-down-ico.svg) no-repeat;
    background-size: 100%;
}
.main-search input {
    width: 135px;
    height: 32px;
    border: none;
    padding: 0 7px;
    box-sizing: border-box;
}
.main-search-type-list {
    position: absolute;
    left: -1px;
    top: 32px;
    width: 53px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.main-search-type-list div {
    background: #FFFFFF;
    color: #A3A3A3;
    width: 53px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
}
.main-search-type-list div.selected {
    
}
.main-search-type-list div:hover {
    background: #F6F6F6;
    color: #434A54;
}

.main-search-result {
    position: absolute;
    width: 330px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    right: 1px;
    top: 63px;
    padding-bottom: 20px;
}
.main-search-result-title {
    font-size: 13px;
    color: #A3A3A3;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 16px;
}
.main-search-result-item {
    font-size: 13px;
    color: #434A54;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 16px;
}
.main-search-result-item a {
    color: #434A54;
}
.main-search-result-item:hover {
    background-color: #F6F6F6;
}

.main-sub-menu {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 132px;
    padding: 16px 0;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06), 0 10px 15px 0 rgba(0,0,0,0.04);
    border-radius: 4px;
}

.main-sub-menu div {
    height: 36px;
    width: 132px;
    text-align: center;
}

.main-sub-menu div:hover {
    background: #F6F6F6;
}

.main-sub-menu div a.sub {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
}

.main-sub-menu div:hover a.sub {
    color: #DD3211;
}

.main-sub-menu div a.sub::after {
    display: none;
}
/* 轮播图 start*/
.slideMain {
    margin: 0 auto;
    position: relative;
}

.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background:rgb(255,255,255);
    background:rgba(0,0,0,0.30);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.slideBox .hd ul li.on {
    background: rgb(255,255,255);
    background: #DD3211;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd li a{
    display: block;
    width: 100%;
    position: relative;
}
.slideBox .bd img {
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.logBox {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 430px;
    position: absolute;
    pointer-events:none;
}

.log-box {
    position: absolute;
    right: 0px;
    top: 32px;
    width: 300px;
    height: 366px;
    background: rgba(255,255,255,0.90);
    border-radius: 8px;
    z-index: 11;
    pointer-events:auto;
}

.log-box-my {
    cursor: pointer;
    width: 220px;
    height: 50px;
    background-image: linear-gradient(90deg, #FF512F 0%, #F30A19 100%);
    border-radius: 4px;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    transition: all .2s;
}
.log-box-my:hover {
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.30), 0 6px 12px 0 rgba(243,10,25,0.30);
}
.log-box-fund {
    cursor: pointer;
    width: 220px;
    height: 50px;
    background-image: linear-gradient(90deg, #1C8BF6 5%, #0959D2 99%);
    border-radius: 4px;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    transition: all .2s;
}
.log-box-fund:hover {
    box-shadow: 0 2px 6px 0 rgba(28,139,246,0.50), 0 6px 12px 0 rgba(9,165,211,0.30);
}
.log-box-new a {
    font-size: 14px;
    color: #1C8BF6;
    letter-spacing: 0;
    text-decoration: underline !important;
}
.log-box-fee a {
    font-size: 14px;
    color: #434A54;
    letter-spacing: 0;
}
.log-box-new a:hover,
.log-box-fee a:hover {
    color: #1C8BF6;
    text-decoration: underline !important;
}
.log-box-qr {
    width: 300px;
    display: inline-block;
    box-sizing: border-box;
}
.log-box-qr-bg {
    width: 96px;
    height: 92px;
    background: url("../images/qr-bg.png") center center no-repeat;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #434A54;
    letter-spacing: 0;
    text-align: center;
}


.main-notice {
    background: #FFFFFF;
    height: 50px;
}

.main-notice .notice-logo {
    width: 52px;
    height: 20px;
    background: url("../images/notice.png") center center no-repeat;
    margin-top: 15px;
}
.main-notice .notice-title {
    padding-left: 16px;
    font-size: 14px;
    line-height: 50px;
    color: #434A54;
    letter-spacing: 0;
}
.main-notice .notice-close-logo {
    width: 16px;
    height: 16px;
    background: url("../images/close-ico.png") center center no-repeat;
    margin-top: 17px;
    cursor: pointer
}
/*end*/
/*home-end*/

.quick-fund {
    margin-top: 30px;
    padding-left: 40px;
    box-sizing: border-box;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.04);
    border-radius: 6px;
    position: relative;
    height: 300px;
    width: 600px;
    float: left;
    background: #FFFFFF url("../images/xianjinbao.png") center right no-repeat;
    background-size: contain;
    transition: all 0.6s;
}
.quick-fund:hover {
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
}
.quick-fund-2 {
    margin-top: 32px;
    font-size: 26px;
    line-height: 37px;
    color: #434A54;
    letter-spacing: 0;
    font-weight: bold;
}
.quick-fund-3 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #000024;
    letter-spacing: 0;
}
.quick-fund-4 {
    font-size: 52px;
    line-height: 58px;
    color: #DD3211;
    letter-spacing: 0;
}
.quick-fund-5 {
    font-size: 24px;
    color: #DD3211;
    letter-spacing: 0;
}
.quick-fund-6 {
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    letter-spacing: 0;
}
.quick-fund-buy {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background-image: linear-gradient(90deg, #FF512F 0%, #F30A19 100%);
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.30), 0 6px 12px 0 rgba(243,10,25,0.30);
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: box-shadow,transform 0.5s;
}
.quick-fund-buy a {
    color: #ffffff;
}

.quick-fund-buy:hover {
    box-shadow: 0 2px 8px 0 rgba(255, 81, 47, 0.30), 0 6px 12px 0 rgba(243, 10, 25, 0.30);
    transform: translateY(-4px);
}

.main-section-title {
    margin-left: 18px;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #434A54;
    letter-spacing: 0;
    position: relative;
}

.main-section-title::before {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    top: 5px;
    width: 6px;
    height: 24px;
    background: #DD3211;
    border-radius: 3px;
}

/*基金分类start*/
.up-content {
    margin-top: 15px;
    height: auto;
    background: #ffffff;
    border-radius: 6px;
}

.ui_tab_items {
    width: auto;
    height: 55px;
    overflow: hidden;
    position: relative;
}

.ui_tab_items li {
    float: left;
    padding: 0 30px;
    height: 55px;
    width: 80px;
    position: relative;
}

.ui_tab_items li > div {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    font-weight: bold;
    color: #434A54;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-image 0.5s ease;
}

.ui_tab_items li.on > div {
    color: #FFFFFF;
    background-image: linear-gradient(132deg, #FF655D 0%, #FF3E3E 93%);
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.30), 0 6px 12px 0 rgba(243,10,25,0.30);
}

.ui_tab_items li:hover > div {
    color: #DD3211;
}

.ui_tab_items li.on:hover > div {
    color: #FFFFFF;
    background-image: linear-gradient(132deg, #FF655D 0%, #FF3E3E 93%);
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.30), 0 6px 12px 0 rgba(243,10,25,0.30);
}

.up-text{
    font-weight: bold;
}

/* *****************************************      基金列表        ************************************************** */
.ui_tab_cnt_box {
    padding-bottom: 32px;
}
.ui_tab_cnt_box > table {
    width: 1200px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.ui_tab_cnt_box .fn-color-rise{color:#DF262D;}
.ui_tab_cnt_box .fn-color-drop{color:#35BBA0;}
.ui_tab_cnt_box .slide-container button{cursor: pointer;;border: 1px solid #F58220;border-radius: 21px;width:194px;height:42px;font-size:16px;color:#F58220;background:#fff;}
.ui_tab_cnt_box  .type-tab{background: #F8F8F8;padding:0 20px;margin-bottom:2px;}
.ui_tab_cnt_box  .type-tab button{padding:8px 16px;background:transparent;border-radius: 4px;color:#666;margin:8px 0;border:none;outline:none;cursor: pointer;}
.type-tab button.active,.type-tab button:hover{background: #F58220;color:#fff;}
.ui_tab_cnt_box .table-arrow {width: 9px;height: 10px;display: inline-block;vertical-align: baseline;margin-left: 5px;background: url(../images/fund_detail/table-arrow.svg) no-repeat;cursor: pointer;}
.ui_tab_cnt_box table.fundlist-table{width:100%;font-size:14px;padding: 0 20px;}
.ui_tab_cnt_box table.fundlist-table th{cursor: pointer;font-weight: normal;}
.ui_tab_cnt_box table.fundlist-table th.sorttable_nosort{cursor: text;}
.ui_tab_cnt_box table.fundlist-table .ascending .table-arrow{background: url(../images/fund_detail/table-arrow-up.svg) no-repeat;}
.ui_tab_cnt_box table.fundlist-table .descending .table-arrow{background: url(../images/fund_detail/table-arrow-down.svg) no-repeat;}
.ui_tab_cnt_box table.fundlist-table th{background:#F9F9F9;height:50px;border-bottom:1px solid#DBDBDB;color: #A3A3A3;}
.ui_tab_cnt_box table.fundlist-table th:first-child{padding-left: 30px;}
.ui_tab_cnt_box table.fundlist-table tbody tr{border-bottom:1px solid #F4F5F7;}
.ui_tab_cnt_box table.fundlist-table td{height:59px;}
.ui_tab_cnt_box table.fundlist-table td:first-child{padding-left: 30px;}
.ui_tab_cnt_box table.fundlist-table td .fundlist-item-buy {
    cursor: pointer;
    width: 54px;
    height: 26px;
    background-image: linear-gradient(270deg, #FF6755 0%, #FF8B44 100%);
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: all 0.3s;
    margin-left: 30px;
}
.ui_tab_cnt_box table.fundlist-table td .fundlist-item-buy a {
    color: #FFFFFF;
 }
.ui_tab_cnt_box table.fundlist-table td .fundlist-item-fixed {
    cursor: pointer;
    width: 54px;
    height: 26px;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 26px;
    color: #3F51B5;
    letter-spacing: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    margin-right: 30px;
}
.ui_tab_cnt_box table.fundlist-table td .fundlist-item-fixed a {
    color: #3F51B5;
}
.ui_tab_cnt_box table.fundlist-table td .fundlist-item-disabled {
    width: 60px;
    height: 26px;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
    color: #D8D8D8;
    letter-spacing: 0;
    box-sizing: border-box;
    margin-right: 30px;
}
.ui_tab_cnt_box table.fundlist-table tbody tr {
    position: relative;
    z-index: 0;
    -webkit-animation-name: leftIn;
    animation-name: leftIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: all 0.1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}

@keyframes leftIn {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ui_tab_cnt_box table.fundlist-table tbody tr:hover {
    background: #FFFFFF;
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
    border-bottom: 1px solid #FFFFFF; 
    border-radius: 6px;
    z-index: 50;
    transform: translate3d(0, 0, 0);
}
.ui_tab_cnt_box table.fundlist-table tr:hover .fundlist-item-detail a {
    color: #DD3211;
}
.ui_tab_cnt_box table.fundlist-table tr:hover td .fundlist-item-buy {
    background-image: linear-gradient(90deg, #FF512F 0%, #F30A19 100%);
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.40), 0 6px 8px 0 rgba(243,10,25,0.30);
    border-radius: 2px;
}
.ui_tab_cnt_box table.fundlist-table tr td .fundlist-item-fixed:hover {
    border: 1px solid #DD3211;
    border-radius: 2px;
    color: #DD3211;
}
.ui_tab_cnt_box table.fundlist-table tr td .fundlist-item-fixed:hover a{
    color: #DD3211;
}
.ui_tab_cnt_box .fundlist-time-select {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    width: 96px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #A3A3A3;
    letter-spacing: 0;
    padding-left: 13px;
    box-sizing: border-box;
}
.fundlist-time-select::after {
    position: absolute;
    top: 10px;
    right: 6px;
    content: " ";
    display: block;
    height: 5px;
    width: 10px;
    background: url(../images/arrow-down-fund.svg) no-repeat;
    background-size: 100%;
}
.fundlist-time-select-list {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06), 0 10px 15px 0 rgba(0,0,0,0.04);
    border-radius: 4px;
    width: 96px;
    left: -1px;
    top: 23px;
    padding: 10px 0;
    z-index: 9999;
}
.fundlist-time-select-list div {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}
.fundlist-time-select-list div.selected {
    color:#DD3211;
}
.fundlist-time-select-list div:hover {
    color:#DD3211;
}

.w210 {
    width: 210px;
}

.w90 {
    width: 90px;
}
.w112 {
    width: 112px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w144 {
    width: 144px;
}
.w148 {
    width: 148px;
}
.w168 {
    width: 168px;
}
.w100 {
    width: 100px;
}
.w176 {
    width: 176px;
}
.w188 {
    width: 188px;
}

/***************************货币基金列表 ************************/

.ui_tab_cnt_box table.fundlist-table-huobi{width:100%;font-size:14px;padding: 0 20px;}
.ui_tab_cnt_box table.fundlist-table-huobi th{cursor: pointer;font-weight: normal;}
.ui_tab_cnt_box table.fundlist-table-huobi th.sorttable_nosort{cursor: text;}
.ui_tab_cnt_box table.fundlist-table-huobi .ascending .table-arrow{background: url(../images/fund_detail/table-arrow-up.svg) no-repeat;}
.ui_tab_cnt_box table.fundlist-table-huobi .descending .table-arrow{background: url(../images/fund_detail/table-arrow-down.svg) no-repeat;}
.ui_tab_cnt_box table.fundlist-table-huobi th{background:#F9F9F9;height:50px;border-bottom:1px solid#DBDBDB;color: #A3A3A3;}
.ui_tab_cnt_box table.fundlist-table-huobi th:first-child{padding-left: 30px;}
.ui_tab_cnt_box table.fundlist-table-huobi tbody tr{border-bottom:1px solid #F4F5F7;animation: a-article 0.6s ease both;}
.ui_tab_cnt_box table.fundlist-table-huobi td{height:59px;}
.ui_tab_cnt_box table.fundlist-table-huobi td:first-child{padding-left: 30px;}
.ui_tab_cnt_box table.fundlist-table-huobi td .fundlist-item-buy {
    cursor: pointer;
    width: 54px;
    height: 26px;
    background-image: linear-gradient(270deg, #FF6755 0%, #FF8B44 100%);
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: all 0.3s;
    margin-left: 30px;
}
.ui_tab_cnt_box table.fundlist-table-huobi td .fundlist-item-buy a {
    color: #FFFFFF;
}
.ui_tab_cnt_box table.fundlist-table-huobi td .fundlist-item-fixed {
    cursor: pointer;
    width: 54px;
    height: 26px;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 26px;
    color: #3F51B5;
    letter-spacing: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    margin-right: 30px;
}
.ui_tab_cnt_box table.fundlist-table-huobi td .fundlist-item-fixed a {
    color: #3F51B5;
}
.ui_tab_cnt_box table.fundlist-table-huobi td .fundlist-item-disabled {
    width: 60px;
    height: 26px;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
    color: #D8D8D8;
    letter-spacing: 0;
    box-sizing: border-box;
    margin-right: 30px;
}
.ui_tab_cnt_box table.fundlist-table-huobi tbody tr {
    position: relative;
    z-index: -1;
    -webkit-animation-name: leftIn;
    animation-name: leftIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: all 0.1s;
}

@keyframes leftIn {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ui_tab_cnt_box table.fundlist-table-huobi tbody tr:hover {
    background: #FFFFFF;
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
    border-bottom: 1px solid #FFFFFF;
    border-radius: 6px;
    z-index: 50;
    transform: translate3d(0, 0, 0);
}
.ui_tab_cnt_box table.fundlist-table-huobi tr:hover .fundlist-item-detail a {
    color: #DD3211;
}
.ui_tab_cnt_box table.fundlist-table-huobi tr:hover td .fundlist-item-buy {
    background-image: linear-gradient(90deg, #FF512F 0%, #F30A19 100%);
    box-shadow: 0 2px 8px 0 rgba(255,81,47,0.40), 0 6px 8px 0 rgba(243,10,25,0.30);
    border-radius: 2px;
}
.ui_tab_cnt_box table.fundlist-table-huobi tr td .fundlist-item-fixed:hover {
    border: 1px solid #DD3211;
    border-radius: 2px;
    color: #DD3211;
}
.ui_tab_cnt_box table.fundlist-table-huobi tr td .fundlist-item-fixed:hover a{
    color: #DD3211;
}
.ui_tab_cnt_box .fundlist-time-select-huobi {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    width: 96px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #A3A3A3;
    letter-spacing: 0;
    padding-left: 13px;
    box-sizing: border-box;
}
.fundlist-time-select-huobi::after {
    position: absolute;
    top: 10px;
    right: 6px;
    content: " ";
    display: block;
    height: 5px;
    width: 10px;
    background: url(../images/arrow-down-fund.svg) no-repeat;
    background-size: 100%;
}
.fundlist-time-select-huobi-list {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06), 0 10px 15px 0 rgba(0,0,0,0.04);
    border-radius: 4px;
    width: 96px;
    left: -1px;
    top: 23px;
    padding: 10px 0;
    z-index: 9999;
}
.fundlist-time-select-huobi-list div {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}
.fundlist-time-select-huobi-list div.selected {
    color:#DD3211;
}
.fundlist-time-select-huobi-list div:hover {
    color:#DD3211;
}

.w210 {
    width: 210px;
}

.w90 {
    width: 90px;
}
.w112 {
    width: 112px;
}
.w120 {
    width: 120px;
}
.w144 {
    width: 144px;
}
.w100 {
    width: 100px;
}
.w176 {
    width: 176px;
}
.w188 {
    width: 188px;
}

/*基金分类end*/

/*底部栏start*/
.main-footer {
    width: 100%;
    background: #404040;
}

.main-footer-fn {
    overflow: hidden;
}

.footer-left {
    text-align: center;
}

.footer-logo {
    overflow: hidden;
    margin-top: 36px;
}

.footer-logo img {
    width: 163px;
    height: 48px;
}

.footer-href {
    margin-top: 36px;
}

.footer-href a, .footer-href span {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-href a:hover {
    color: #DD3211;
}

.footer-href span {
    margin: 0 8px;
}

.footer-left p {
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    line-height: 16px;
}

.main-footer-app {
    margin-top: 80px;
    width: 98px;
}
.main-footer-h5 {
    margin-top: 80px;
    margin-left: 40px;
    width: 98px;
}
.main-footer-app span, .main-footer-h5 span {
    margin-top: 3px;
    background: rgba(228,28,35,0.40);
    display: inline-block;
    width: 98px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    opacity: 0.7;
}
/*底部栏end*/

/*news-start*/
.main-news {
    background: #F4F5F7;
}
.main-news-left {
    padding: 16px 30px 36px 30px;
    box-sizing: border-box;
    width: 716px;
    height: 306px;
    background: #FFFFFF;
    border-radius: 6px;
}
.main-news-left:hover {
    background: #FFFFFF;
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
    transition: all 0.6s;
}
.main-news-left img {
    transition: all 0.5s;
}
.main-news-left:hover img {
    transform: scale(1.05);
}
.main-news-right {
    padding: 16px 30px 36px 30px;
    box-sizing: border-box;
    width: 454px;
    height: 306px;
    background: #FFFFFF;
    border-radius: 6px;
}
.main-news-right:hover {
    background: #FFFFFF;
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
    transition: all 0.6s;
}
.news-more {
    position: relative;
}
.news-more::after {
    position: absolute;
    top: 5px;
    right: -10px;
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    background: url(../images/arrow-right-news.png) no-repeat;
    background-size: 100%;
}
.news-more:hover {
    color: #3F51B5;
}
.news-more:hover::after {
    background: url(../images/arrow-right-news-hover.png) no-repeat;
}
.main-news-title {
    font-size: 20px;
    font-weight: 500;
    color: #434A54;
    letter-spacing: 0;
}
.main-news-list {
    margin-top: 26px;
}
.main-news-item {
    height: 20px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.main-news-content {
    font-size: 14px;
    line-height: 20px;
    color: #434A54;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main-news-left .main-news-content {
    width: 320px;
}
.main-news-right .main-news-content {
    width: 260px;
}
.main-news-time {
    font-size: 14px;
    color: #A3A3A3;
    letter-spacing: 0;
    padding-left: 40px;
}
.main-news-item:hover .main-news-content {
    color: #DD3211;
    text-decoration: underline !important;
}
.main-news-item:hover .main-news-time {
    color: #DD3211;
}
/*news-end*/

.main-head {
    position: relative;
    z-index: 20;
}

.main-top{
    height: 40px;
    background: #F4F5F7;
} 

.scrolled {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9998;
    animation: FadeInT 0.4s ease-out;
    -webkit-animation: FadeInT 0.4s ease-out;
    -o-animation: FadeInT 0.4s ease-out;
    -ms-animation: FadeInT 0.4s ease-out;
    -moz-animation: FadeInT 0.4s ease-out;
    box-shadow: 0 0 20px rgba(131, 116, 80, 0.2);
}

@-webkit-keyframes FadeInT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes FadeInT {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes FadeInT {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes FadeInT {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick_role{
    height: 330px;
    padding: 0 10px;
}
.quick_li{
    position: relative;
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.04);
    border-radius: 6px;
    margin: 30px 0 0 20px;
    cursor: pointer;
    float: right;
    transition: all 0.3s;
}
.quick_li .quick_li_recommend {
    position: absolute;
    top: 0;
    left: 0;
    width: 102px;
    height: 38px;
    background: url('../images/recommend.png') top left no-repeat;
    background-size: cover;
}
.quick_li .quick_li_recommend span {
    display: inline-block;
    width: 66px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.quick_li dl{
    text-align: center;
}
.fade-in-down {
 animation: fade-in-down 2s ease 1;
 -webkit-animation: fade-in-down 2s ease 1;
}
@keyframes fade-in-down {
0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.quick_li dl dd .quick-buy {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 200px;
    height: 40px;
    text-align: center;
}
.quick_li dl dd .quick-buy .quick-buy-txt {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 40px;
    border: 1px solid #DD3211;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #FF2525;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}
.quick_li dl dd .quick-buy .quick-buy-bg {
    position: absolute;
    left: 0;
    width: 0;
    top: 0px;
    bottom: 0px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #FF512F 0%, #F30A19 100%);
    background-size: cover;
}
.quick_li dl dd .quick-buy a {
    color: #FF2525;
}
.quick_li:hover {
    box-shadow: 0 -5px 12px 0 rgba(0,0,0,0.03), 0 8px 20px 0 rgba(0,0,0,0.05);
}
.quick_li:hover dl dd .quick-buy .quick-buy-txt {
    color: #FFFFFF;
    animation-name: fadeout;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-duration: 0.1s;
}

@keyframes fadeout {
    0% {
        border: 1px sold #DD3211;
    }
    100% {
        border: 1px dashed transparent;
    }
}
.quick_li:hover dl dd .quick-buy .quick-buy-bg {
    width: 100%;
}
.quick_li:hover dl dd .quick-buy a {
    color: #FFFFFF;
}
.fund-more {
    position: relative;
    margin-right: 31px;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    color: #A3A3A3;
    margin-top: 10px;
}
.fund-more::after {
    position: absolute;
    top: 0;
    right: -29px;
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
    background: url(../images/left.svg) no-repeat;
    background-size: 100%;
}
.fund-more:hover {
    color: #3F51B5;
}
.fund-more:hover::after {
    background: url(../images/left-on.svg) no-repeat;
    right: -35px;
    transition: right 0.5s;
}

.news-more {
    position: relative;
    margin-right: 31px;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    color: #A3A3A3;
    margin-top: 6px;
}
.news-more::after {
    position: absolute;
    top: 0;
    right: -29px;
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
    background: url(../images/left.svg) no-repeat;
    background-size: 100%;
}
.news-more:hover {
    color: #3F51B5;
}
.news-more:hover::after {
    background: url(../images/left-on.svg) no-repeat;
    right: -35px;
    transition: right 0.5s;
}